Installing Docker
Docker is an open-source containerization platform designed to simplify application development, deployment, and execution. It provides a lightweight, portable, and self-contained environment, enabling developers to build, package, and distribute applications consistently across different systems.
1. Disable firewall
sudo ufw disable
2. Install Docker online
apt install docker.io
3. Verify Docker installation
docker --version